home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / os20 / util / slect20.lha / slect.doc < prev   
Text File  |  1993-02-11  |  4KB  |  94 lines

  1.               Slect - Startup Selector Version 2.0
  2.            Copyright (C)1993 Asher Feldman, All Rights Reserved
  3.  
  4. Slect is a nice little program that easily allows you to execute a
  5. custom script at startup, while still being able to use your regular 
  6. startup-sequence  whenever you want. Slect will check for a mouse button 
  7. (which you specify) being active when it first starts. If that mouse button
  8. is pressed down, then it will display a menu containing up to 12 user-defined
  9. scripts, and allow you to pick one of them for execution.
  10.  
  11. Slect requires both the Execute, and the Break commands in your c:
  12. Slect 2.0 requires 2.04 or better.
  13.  
  14. Usage:
  15.  
  16.    slect <?> [LEFT|MID|RIGHT|FORCE] [script1] ... [script12]
  17.  
  18. [LEFT|MID|RIGHT|FORCE] refers to the mouse button Slect will check for.
  19. LEFT refers to the left mouse button, MID the middle mouse button 
  20. (if you have one), and RIGHT the right mouse button. Alternatively, you
  21. may use the FORCE option. This will automaticly pop-up the menu displaying
  22. the specified scripts. This option is useful in custom scripts, and lets
  23. you string together multiple Slects to get as many script options as you
  24. want.
  25.  
  26. If only one script is specified and the requested mouse button is held 
  27. down at runtime, then the menu will not be displayed and the script will be 
  28. executed immediately in place of the startup-sequence. If FORCE is specified,
  29. then the menu will still be displayed.
  30.  
  31. [script1] ... [script12] refers to the 12 scripts that you can choose from
  32. when the program is activated. If the script is in your s:, you can use
  33. just the name. For example, if you had the scripts s:QuickBench, s:S-JRcomm,
  34. and s:ADPro then you could just use:
  35.  
  36.       slect left QuickBench S-JRcomm ADPro
  37.  
  38. and the scripts will still be executed. Note, if you have a program in
  39. sys: with the same name as the script, then you must use the full path 
  40. name.
  41.  
  42.       slect ?
  43.  
  44. will give you detailed help.
  45.  
  46. If you decide you would like to let your standard startup-sequence continue
  47. executing, then click on the windows close button. Clicking on the CANCEL
  48. gadget will halt the execution of the startup-sequence, and leave you with
  49. the default CLI window.
  50.  
  51. Examples:
  52.  
  53. If you placed :
  54.  
  55.       slect mid new-startup jr-startup dg-starup q-startup
  56.  
  57. near the top of your s-s, then everything would boot normally, as long as the
  58. middle mouse button is not held down.  But, if instead, you held down the
  59. middle mouse button down at boot time, then execution of the s-s will be
  60. halted, and a window with gadgets for each of the scripts will be displayed.
  61. You can now select your startup script.
  62.  
  63. If you used :
  64.  
  65.       slect left mini-bench
  66.  
  67. and the left mouse button was held down, then mini-bench would be executed
  68. immediatly, without the menu popping up.
  69.  
  70. If the name of a script is greater than 19 characters long then only the 
  71. first 19 characters will be displayed in the appropriate gadget. 
  72.  
  73. Slect 2.0 is (C)opyrighted, and not placed in the public domain. It may be 
  74. freely distributed on any BS, FTP site or disk library. Commercial use is
  75. strictly prohibited without written permission from the author.
  76.  
  77. If you have any bug reports/comments then please send them to me. I can
  78. be reached at one of the below adresses:
  79.  
  80. PORTAL:           Wizard0
  81. Internet:         Wizard0@cup.portal.com
  82.                   asher@shell.portal.com
  83.  
  84. US Snail:     (send money here :-)                         
  85.  
  86.    Asher Feldman
  87.    4791 Calle de Tosca             
  88.    San Jose, CA 95118
  89.  
  90.  
  91.                                               A. F.
  92.  
  93.  
  94.